net/http.http2priorityNode.parent (field)
9 uses
	net/http (current package)
		h2_bundle.go#L11172: 	parent     *http2priorityNode
		h2_bundle.go#L11181: 	if n.parent == parent {
		h2_bundle.go#L11185: 	if parent := n.parent; parent != nil {
		h2_bundle.go#L11198: 	n.parent = parent
		h2_bundle.go#L11214: 	for ; n != nil; n = n.parent {
		h2_bundle.go#L11429: 	for x := parent.parent; x != nil; x = x.parent {
		h2_bundle.go#L11431: 			parent.setParent(n.parent)
		h2_bundle.go#L11517: 		n.kids.setParent(n.parent)
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |